home *** CD-ROM | disk | FTP | other *** search
/ Virtual Sex Shoot / Virtual Sex Shoot.iso / mac / Virtual Sex Shoot / Virtual Sex Shoot.DXR / 00190.ls < prev    next >
Encoding:
Text File  |  1995-09-24  |  163 b   |  13 lines

  1. global gVRSprite1
  2.  
  3. on exitFrame
  4.   if rollOver(gVRSprite1) then
  5.     go(the frame - 1)
  6.     exit
  7.   else
  8.     cursor(200)
  9.     cursor(-1)
  10.     go(the frame)
  11.   end if
  12. end
  13.